Lab 1

Lab 1: Test and Measurement

Introduction

For reference, here is the lab manual that was followed. Essentially this lab just introduces the bench equipment to be used in the rest of this lab. Getting used to this equipment is essential for reasonable completion speeds of labs in the future.

The lab consists of generating signals on the function generator and measuring them on the oscope and utilizing various fancy features of the oscope like spectrum analysis.

The oscope is a Tektronix MDO3032. It can be bought for the low low price of $3,660 (It's probably worth it, I'm just a cheapskate).


The fgen is a Tektronix AFG1062. Sporting up to 60 MHz bandwidth and a a very nice modulation interface with a huge range of options, this hot piece of test equipment definitely gets my thumbs up. I need to find a use of a 1 uHz output, what do you even use a period of about 11.5 days for?

Simple sine waves

Getting acquainted with the equipment obviously has to start somewhere and thats at generating/measuring simple sine waves. I'll spare you the minutia of all the buttons that need pressing. Basically just set the fgen to a 10kHz sine wave and the 2Vpp, and connect the two channel ones with a BNC cable.

Getting the signal to show up intelligibly on the Oscope requires adjusting both the timebase and the trigger level(and possibly the trigger channel). Trigger is what tells the oscope where to synchronize the scrolling on the screen. Whenever the trigger condition is met the signal is moved to the horizontal position specified.

Matching input impedance is important for accurate output by the fgen, so the oscope's impedance was adjusted to 50Ω to match the BNC. For a 10kHz signal like this, a decent timebase setting is about a fifth of the period of the signal or 20μs. This is because the there are about 10 horizontal divisions on the screen so this will show two full waves.

The signal observed on the oscope after all this can be seen on below.


In theory measuring this signal on the AC setting of the multimeter would display 1.414 volts as this is the RMS value of a 2 volt wave. As the DMM is exceptionally crusty and possible impedance mismatching this comes out as 1.61 volts. The lesson here is don't trust your multimeter or your bench equipment. This is a lesson that will really rear its ugly head in Lab 3.

Not so simple sine waves(AM)

Ok first thing first. What even is AM? I'm so glad you asked. AM is Amplitude modulation. Basically you take a frequency a radio is really good at picking up, typically way outside of human hearing range, and then you vary the amplitude with a data signal, one in the range of human hearing.
99.9% of this JS came from here, credit is due

We do this to waves because its remarkably simple to decode. One the carrier wave is picked up by the radio, all thats needed is a measurement of the gain to get the data waveform. It has issues with noise because any thing generating noise is going to cause amplitude changes, whereas FM won't. When watching these waves on an oscope, the only wave of interest is the intelligence wave so the timebase should be set to about 1/5th of its period. In the case of a 1kHz wave that would be about 200μs.

The handy dandy function generator can generate the AM waves via the "mod" button. This is called 50% modulation depth as it only impacts half of the max amplitude of the carrier. The waveform it creates can be seen below(ignore the red stuff, thats for later)


On this very nice oscope we have a spectrum analyzer via the RF port. The amplitude needs to be fairly low in order to not blow it out so first we verify the amplitude is less than 1 volt on a normal channel. Press some more buttons and viola, you get a picture about like whats below.


The three peaks happen at the carrier frequency and the carrier ± the intelligence. This is because the two waveforms are multiplied together plus some dc offset to generate the am waves. From the spectrum analyzer we can get the amplitude of each sideband which is in the tables below.


Frequency dBm level Voltage Amplitude
Lower Sideband 1.229 MHz -33.6 dBm 6.6 mV
Carrier 1.23 MHz -21.6 dBm 26.3 mV
Upper Sideband 1.231 MHz -33.6 dBm 6.6 mV


Amplitudes at 50% modulation depth


Frequency dBm level Voltage Amplitude
Lower Sideband 1.229 MHz -27.6 dBm 13.18 mV
Carrier 1.23 MHz -21.6 dBm 26.3 mV
Upper Sideband 1.231 MHz -27.6 dBm 13.18 mV


Amplitudes at 100% modulation depth


This spectrum analyzer is great for verifying the accuracy and noise levels of high frequency signals. The normal channels struggle to do this accurately at high frequencies

Not so simple sine waves(AM) 2: The Fast and the Fourier

So this oscope not only has the spectrum analyzer from the previous part but it also has the ability to do math on the data coming in to a normal channel. One of these math functions is an fft. While the binning in an fft can cause some data loss its a very useful tool for when the input signal is too large to use the spectrum analyzer. It's max frequency is also substantially lower.


As before two peaks can be seen.


Frequency dB level Voltage Amplitude
Lower Sideband 49 kHz -47 dB 6.317 mV
Carrier 50 kHz -35.14 dB 24.75 mV
Upper Sideband 51 MHz -47 dB 6.317 mV


Amplitudes at 50% modulation depth


Frequency dB level Voltage Amplitude
Lower Sideband 49 kHz -41 dB 12.6 mV
Carrier 50 kHz -35.11 dB 24.83 mV
Upper Sideband 51 MHz -41 dB 12.6 mV


Amplitudes at 100% modulation depth

The voltages are slightly different but that can likely be chocked up to lower accuracy on the primary channels or impedance differences.